home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
graphics
/
qcard
/
qcardpas.txt
< prev
Wrap
Text File
|
1994-02-15
|
460b
|
11 lines
*******************************************************
To use QCARD.DLL with programs written in Borland Pascal
7.0 or Turbo Pascal for Windows 1.5, just compile the
QCARD.PAS file and include the QCARD unit in the USES
clause of your program. This will allow you to access the
functions and procedures in QCARD from your Pascal
program.
For example:
USES WinTypes, WinProcs, OWindows, QCARD;
*******************************************************